home *** CD-ROM | disk | FTP | other *** search
/ Megadoom II / MEGADOOM II - iso.7z / MEGADOOM II.ISO / doom / editors / wadfile / dmop / doom1 / handoevl.rw < prev    next >
Text File  |  1995-01-08  |  7KB  |  108 lines

  1. ;                                      
  2. ; Random World File created by populate
  3. ;                                      
  4. ; Populate was written By Dusty Bedford 1994
  5. ;                                      
  6. ;Enemies                    Weight    When                            MAX#OF 
  7. SHOTGUN                       3.11                                       4 
  8. SHELLBOX                      5.83                                       15 
  9. SERGEANT                     51.04                                       14 
  10. SERGEANT                     36.46         HARD_ONLY                     10 
  11. MEDIKIT                      14.77                                       19 
  12. CHAINGUN                      2.33                                       2 
  13. BULLETS                      10.11                                       13 
  14. IMP                          40.10         HARD_ONLY                     11 
  15. IMP                         109.37                                       30 
  16. BARREL                       83.15                                       ;38 
  17. SHELLS                        1.94                                       ;5 
  18. BACKPACK                      1.55                                       2 
  19. DEMON                       125.75         HARD_ONLY                     15 
  20. DEMON                        58.68                                       7 
  21. BARREL                        2.19         MULTIPLAYER                   ;1 
  22. BARMOR                        2.33                                       2 
  23. LAVISOR                       0.58                                       1 
  24. HELMET                        1.94                                      ;5 ;This item is inocuous 
  25. POTION                        5.83                                      ;15 ;This item is inocuous 
  26. RADSUIT                       3.50                                       2 
  27. BARON                        52.48         HARD_ONLY                     6L 
  28. ENERCELL                      5.25                                       9 
  29. IMP                          21.87         EASY_AND_MEDIUM               6 
  30. PLASMA                        0.78                                       1 
  31. IMP                          18.23         MEDIUM_AND_HARD               5 
  32. SERGEANT                     10.94         MEDIUM_AND_HARD               3 
  33. DEMON                        25.15         MEDIUM_AND_HARD               3 
  34. STIMPAK                       0.39                                       1 
  35. BLUEBALL                      0.78         MULTIPLAYER                   1 
  36. BULLETS                       1.55         MEDIUM_AND_HARD               2 
  37. ROCKETS                       3.50                                       3 
  38. CYBORG                       32.07         HARD_ONLY                     1 
  39. SPIDER                      110.54                                       1 
  40. SPECTRE                       8.38         HARD_ONLY                     1 
  41. DEMON                         8.38         DEAF/AMBUSH                   1 
  42. DEMON                         8.38         EASY_AND_MEDIUM               1 
  43. DEMON                         8.38         EASY_ONLY                     1 
  44. IMP                           3.65         DEAF/AMBUSH                   1 
  45. MEDIKIT                       3.89         MULTIPLAYER                   6 
  46. CHAINSAW                      1.55                                       1L 
  47. ROCKET                        0.39         MULTIPLAYER                   2 
  48. BACKPACK                      0.78         EASY_AND_MEDIUM               1 
  49. BROWNTREE                    62.97                                       3 
  50. BROWNSTUB                   209.91                                       10 
  51. DEMON                         8.38         DEAF/AMBUSHEASY_ONLY          1 
  52. IMP                           3.65         DEAF/AMBUSHEASY_AND_MEDIUM    1 
  53. MEDIKIT                       0.78         EASY_AND_MEDIUM               1 
  54. FLYSKULL                     21.88         DEAF/AMBUSHHARD_ONLY          10 
  55. CACODEMON                    13.61         MEDIUM_AND_HARD               1 
  56. LAUNCHER                      0.78                                       1 
  57. RADSUIT                       3.50         MULTIPLAYER                   2 
  58. ;                                            
  59. ; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD  
  60. ;                                            
  61. ; At run-time this value is used to adjust the
  62. ; Max#of variable based on the population of
  63. ; the level being modified.  Using the strict 
  64. ; standard requires that one or more of the   
  65. ; items in the list above not have a specified
  66. ; maximum number of objects.                  
  67. ;                                              
  68. PER    298   ;Strict standard for exact placement 
  69. ;PER    253   ;Lowered Standard for easy placement
  70. ;                                            
  71. ; Deleting any of the PRESERVE lines will mean that
  72. ; the objects will not be taken from the original  
  73. ; level.  You will have to supply your own above. 
  74. ;                                            
  75. PRESERVE    PILLARS                          
  76. PRESERVE    LAMPS                            
  77. ;                                            
  78. ; THRESHOLD determines what a MEGA-GOODIE is.  
  79. ; MEGA-GOODIES are used to make the level fair 
  80. ; if the generator places a lot of enemies in  
  81. ; the level.                                   
  82. ;                                              
  83. THRESHOLD    75                                  
  84. ;                                              
  85. ; I.Q. Determines how intelligently the program  
  86. ; places objects in the effort to defeat you.   
  87. ; 250 is the default if it is not specified here. 
  88. ;                                              
  89. I.Q.    250                                 
  90. ;                                              
  91. ; EVEN sets the point at which the program must begin 
  92. ; placing MEGA-GOODIES into the level, on the   
  93. ; basis of the hardest difficulty rating.          
  94. ; The MEGA-GOODIES give you a fighting chance,  
  95. ; setting the value lower or <500 will increase the number
  96. ; of MEGA-GOODIES available to you in a the level. 
  97. EVEN    500                                 
  98. ;                                              
  99. ; If SPREAD is not set to a low value then
  100. ; a given sector may accumulate too many objects 
  101. ; this often makes the level impossible to finish
  102. ; or just ugly-looking.  Setting the value too low
  103. ; could make it difficult to place objects within
  104. ; a given wad file.
  105. ;                  
  106. SPREAD    15                                  
  107. ;                                              
  108.